body {
     font-family: 'Roboto Mono', monospace;
     font-size: 13px;
     font-weight: 400;
     color: #104b7d;
     background-color: #fff;
 }
/* MAIN PAGE */


header .main-navbar {
  background-color: #fff;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/header-bg.png) no-repeat center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;

}

@media (min-width: 1024px)
{
  header img {
    margin-left: 50px;
    margin-bottom: 20px;
    width: 290px;
  }
}

@media (min-width: 768px)
{
  header img {
    margin-left: 10px;
    margin-bottom: 20px;
    width: 220px;
  }
}

@media (max-width: 767px)
{
  header img {
    width: 230px;
  }
}

@media (min-width: 992px)
{
  header .main-navbar {
    height: 200px;
  }
}

@media (max-width: 480px)
{
  header .main-navbar {
    margin-top: 0;
  }
}

header .navbar-toggler {
  color: #fff;
  border-color: #000;
  height: 45px;
}

header .navbar-toggler-icon {
  color: #fff;
  background-color: #fff;
}

header .main-navbar ul li {
  margin: 0 25px;
}

@media (max-width: 1024px)
{
  header .main-navbar ul li {
    margin: 0 10px;
  }
}

@media (max-width: 480px)
{
  header .main-navbar ul li {
    text-align: center;
  }
}

@media (max-width: 768px)
{
  header .navbar-toggler {
    margin-right: 15px;
  }
}

header .main-navbar  ul li a {
  font-size: 20px;
  color: #262626;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1024px)
{
  header .main-navbar  ul li a {
    font-size: 14px;
  }
}

header .main-navbar .fa-bars {
  color: #56616A;
}

main .swiper-container .swiper-button-prev {
  background-color: #bcc3c9;
  opacity: .7;
  left: 0;
  padding: 45px 45px;
}

main .swiper-container .swiper-button-next {
  background-color: #bcc3c9;
  opacity: .7;
  right: 0;
  padding: 45px 45px;
}

@media (max-width: 480px)
{
  main .swiper-container .swiper-button-next {
    padding: 30px 30px;
  }
}

main .mainpage-product {
  padding: 60px 0;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/white-texture.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
}

main .mainpage-product img {
  float: left;
}

main .mainpage-product h2 {
   font-size: 36px;
   font-weight: 700;
   color: #262626;
   margin-left: 40px;
   margin-top: 20px;
   height: 96px;
   //margin-bottom: 60px;
   line-height: 50px;
}

@media (max-width: 1280px)
{
  main .mainpage-product h2 {
     font-size: 27px;
  }
}

@media (max-width: 480px)
{
  main .mainpage-product h2 {
     text-align: left;
  }
}

main .mainpage-gelatine {
  padding: 80px 0;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/natural-protein.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

main .mainpage-gelatine h2 {
  font-size: 31px;
  margin-left: 20px;
  font-weight: 700;
  color: #262626;
  letter-spacing: 2px;
}

main .mainpage-gelatine p {
  font-size: 15px;
  line-height: 24px;
  margin-left: 20px;
  font-weight: 500;
  color: #262626;
  margin-top: 30px;
  margin-left: 15px;
}


@media (min-width: 992px)
{
  main .mainpage-gelatine .double-image img {
    margin-left: 20px;
  }
}

@media (max-width: 480px)
{
  main .mainpage-gelatine .double-image img {
    margin-top: 20px;
  }
}

main .left-width p {
  max-width: 790px;
}

main .mainpage-gelatine .inner-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

main .mainpage-gelatine .header-wrapper-bg1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 30px;
}

main .mainpage-about {
  padding: 50px 0;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/about-us-bg.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

main .mainpage-about h2 {
  font-size: 36px;
  font-weight: 700;
  color: #262626;
  margin-left: 20px;
  letter-spacing: 2px;
}

main .mainpage-about p {
  font-size: 18px;
  font-weight: 500;
  color: #262626;
  margin-left: 20px;
  margin-top: 10px;
}

@media (max-width: 1024px)
{
  main .mainpage-about p {
    font-size: 13px;
  }
}

@media (max-width: 480px)
{
  main .mainpage-about p {
    text-align: center;
    font-size: 16px;
  }
}

main .mainpage-about .inner-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

main .mainpage-about .header-wrapper-bg1 {
  display: table-cell;
  vertical-align: middle;
  padding-top: 30px;
}

main .mainpage-about h3 {
  font-size: 24px;
  color: #262626;
  margin-left: 20px;
  padding-bottom: 40px;
}

@media (max-width: 480px)
{
  main .mainpage-about h3 {
    font-size: 24px;
    margin-left: 0;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media (max-width: 480px)
{
  main .mobile-center {
    text-align: center;
  }
}

main .mainpage-about img {
  margin-left: 20px;
}

main .contact-us {
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/contact-us-bg.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
}

@media (min-width: 480px)
{
  main .contact-us {
    padding: 30px 0;
  }
}

main .contact-us h1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #262626;
  padding: 10px 0;
}

main .contact-us .form-control {
  padding: 1rem 1rem;
  font-size: .9rem;
  border: 2px #262626 solid;
  border-radius: 0;
}

main .contact-us button {
  float: right;
  padding: 1rem 5rem;
  background-color: transparent;

  border-style: solid;
  border-width: 2px 2px 6px 2px;
  border-color: #262626;
  color: #262626;
  text-align: left;
  font-size: 18px;
}

main .contact-us ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #262626;
}
main .contact-us ::-moz-placeholder { /* Firefox 19+ */
  color: #262626;
}
main .contact-us :-ms-input-placeholder { /* IE 10+ */
  color: #262626;
}
main .contact-us :-moz-placeholder { /* Firefox 18- */
  color: #262626;
}

main .contact-us button:active {
  background-color: transparent;
}

main .contact-us button:hover {
  background-color: #262626;
  border-color: #262626;
  color: #fff;
}


main .contact-us p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1024px)
{
  main .contact-us p {
    font-size: 13px;
  }
}

@media (max-width: 480px)
{
  main .contact-us p {
    margin-top: 30px;
    font-size: 16px;
  }
}

main .contact-us i {
  margin-right: 20px;
}

main .banner-section {
  position: relative;
  bottom: -2px;
}

main .banner-section .banner-left {
  position: absolute;
  top: 50px;
  width: 30%;
}

@media (max-width: 480px)
{
  main .banner-section .banner-left {
    top: 20px;
  }
}

main .gelatine-desc {
  padding: 50px 0;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/desc-bg.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

main .gelatine-desc p {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 1280px)
{
  main .gelatine-desc p {
    font-size: 16px;
    margin-top: 10px;
  }
}

main .gelatine-desc h2 {
  font-size: 42px;
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 1280px)
{
  main .gelatine-desc h2 {
    font-size: 33px;
    margin-bottom: 0px;
  }
}

main .usage-areas {
  padding: 10px 0;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/usage-bg.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

main .usage-areas p {
  color: #1f1f1f;
  font-size: 21px;
  font-weight: 700;
}

@media (min-width: 1400px)
{
  main .usage-areas p {
    //margin-bottom: 50px;
  }
}

main .img-bottom {
  text-align: center!important;
  font-size: 14px!important;
  font-weight: 500!important;
  margin-top: 0px!important;
  margin-bottom: 0;
  color: #1f1f1f!important;
  background-color: #fff;
  padding: 15px 0;
}

main .marg {
  margin-bottom: 40px!important;
}

main .usage-areas h2 {
  color: #1f1f1f;
  font-size: 38px;
  font-weight: 700;
  margin: 30px 0;
}

main .next-page {
  padding: 60px 0;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/white-texture.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

main .next-page img {
  float: left;
}

main .next-page h2 {
   font-size: 42px;
   font-weight: 700;
   color: #262626;
   margin-left: 40px;
   margin-top: 20px;
   line-height: 70px;
}


main .next-page .inner-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

main .next-page .header-wrapper {
  display: table-cell;
  vertical-align: middle;
}

main .landing-product .product-left {
  background-color: #f58d2e;
}

main .landing-product .product-left h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 30px 30px;
}

main .landing-product .product-right p {
  color: #56616A;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 7px 0;
}

main .gelatine-desc .inner-wrapper {
  display: table;
  //width: 100%;
  height: 100%;
}

main .gelatine-desc .header-wrapper {
  display: table-cell;
  vertical-align: bottom;
}

main .edible-gelatine {
  padding: 50px 0;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/white-texture.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
}


@media (min-width: 1600px) AND (max-width: 1920px)
{
  main .usage-areas .middle {
    max-width: 18%
  }
}

main .dessert-1 {
  height: 320px;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/dessert.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
}

main .dessert-2 {
  height: 207px;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/dessert-2.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  margin: 55px 0;
}

main .dessert-3 {
  height: 370px;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/ice.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  //margin: 70px 0;
}

main .dessert-4 {
  height: 150px;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/dessert-3.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  margin: 60px 0;
}

main .dessert-5 {
  height: 570px;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/dessert-4.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  //margin: 60px 0;
}

main .usage-areas .boxes .inner-wrapper {
  display: table;
  //width: 100%;
  height: 100%;
}

main .usage-areas .boxes .header-wrapper {
  display: table-cell;
  vertical-align: bottom;
}

main .usage-areas .boxes .img-box {
  text-align: center;
  background-color: #fff;
  position: relative;
  top: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 0;
}

@media (min-width: 992px)
{
  main .edible-gelatine .edible-desc {
    background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/edible-bar.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
  }

  main .edible-gelatine .bottom-bar {
    background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/edible-vert-bar.jpg);
    height: 3px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
  }
}

main .edible-gelatine p {
  font-size: 17px;
  font-weight: 500;
  color: #212121;
  margin-top: 40px;
}

main .edible-gelatine h2 {
  font-size: 36px;
  font-weight: 700;
  color: #212121;
}


footer .footer-menu {
  padding: 70px 70px;
  background: url(/web/20220110115637im_/http://fineorganic.co.uk/assets/site/images/footer-bg.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

footer li {
  margin-top: 30px;
  margin-left: 30px;
  list-style-type: none;
}

@media (min-width: 480px)
{
  footer li {
    float: left;
  }
}

footer a {
  color: #262626;
  font-weight: 700;
  font-size: 21px;
}

@media (min-width: 768px) AND (max-width: 1024px)
{
  footer a {
    font-size: 15px;
  }
}

@media (max-width: 768px)
{
  footer a {
    font-size: 15px;
  }
}

footer a:hover {
  color: #262626;
  text-decoration: none;
}



/* BUTTON CSS */

/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	//margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #262626;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
  z-index: 999;
	display: block;
	//margin: 30px auto 0;
  margin-top: 30px;
  margin-left: 50px;
	padding: 17px 25px;
	font-size: 13px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

a.animated-button.gibson-three {
  border-style: solid;
  border-width: 2px 2px 6px 2px;
  border-color: #262626;
  width: 65%;
	color: #262626;
  text-align: left;
}

@media (min-width: 500px) AND (max-width: 992px)
{
  a.animated-button.gibson-three {
    width: 35%;
  }
}

a.animated-button.gibson-three:after {
	opacity: 0;
	background-image: -webkit-linear-gradient( transparent 50%, rgba(38,38,38,0.2) 50%);
	background-image: -moz-linear-gradient(transparent 50%, rgba(38,38,38,0.2) 50%);
	background-size: 10px 10px;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

a.animated-button.gibson-three:hover:after {
	height: 600% !important;
	opacity: 1;
	color: #262626;
}

a.animated-button.gibson-three i {
  float: right;
  margin-top: 2px;
}

/*
     FILE ARCHIVED ON 11:56:37 Jan 10, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:44:11 Sep 24, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.366
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.034
  esindex: 0.018
  cdx.remote: 44.339
  LoadShardBlock: 76.565 (3)
  PetaboxLoader3.datanode: 66.261 (5)
  PetaboxLoader3.resolve: 1501.219 (3)
  load_resource: 2990.262 (2)
*/